@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0
}
body{
	font-size: 12px;
	line-height: 24px;
	color: #3f3f3f;
	font-family: "Arial", "宋体";
}
ul,li{
    list-style:none;
}
img{
    border:none;
}
i,em{
	font-style:normal;
}
a{
    text-decoration:none;
	color:#3f3f3f;
}
a:hover{
	color:#be0000;
    text-decoration: underline;
}
h1{
    font-size:16px;
}
h2{
    font-size:14px;
}
h3{
    font-size:12px;
}
h4{
    font-size:20px;
}
h5{
    font-size:14px;
}
.cl{
    clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}
.mt40{
	margin-top:40px;
}
.more{
	float:right;
	margin-right:10px;
	font-size: 12px;
	font-weight: normal;
}
.w990{
	width:990px;
	margin:0 auto;
}
/*头文件*/
#head{
	height: 88px;
	background: #f0f0f0;
	line-height: 88px;
}
#head img{
	float:left;
}
#nav{
	background:#0065b3;
	line-height:36px;
	height:36px;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #99aabf;
}
#nav ul{
	width:990px;
	margin:0 auto;
}
#nav li{
	padding: 0 35px;
	margin: 0 10px;
	float: left;
	_display: inline;
}
#nav li.hover{
	background:#003259;
}
#nav li a{
	color:#FFF;
	text-decoration:none;
}
#nav li a:hover{
	color:#FF0;
}
/*页码*/
.page{
	margin-top:30px;
	text-align:center;
}
/*友情*/
.foot_bg{
	background:#f0f0f0;
}
#link{
	width:990px;
	padding-top:25px;
	margin:0 auto;
}
#link h1{
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
	padding-left:30px;
	color:#999;
}
#link ul{
	margin:0px 0 0 100px;
}
#link li{
	float:left;
	width:130px;
	text-align:center;
	line-height:18px;
	font-size:12px;
}
/* 底文件 */
#footer{
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #999;
	padding: 30px 0 20px;
	margin: 0 auto;
}
#footer p{
	background:#eee;
}
#footer a{
    color:#535353;
}
#footer a:hover{
    color:red;
}
#cnzz_stat_icon_1255806361{display:none}